home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / swtools / mipsABI / examples / sup / PORT / step06 / UNDEF / flock < prev    next >
Encoding:
Text File  |  1994-08-02  |  239 b   |  6 lines

  1. sysent.h:extern int flock(int, int);
  2. supcmeat.c:        if (flock (f,(LOCK_EX|LOCK_NB)) < 0) {
  3. supcmeat.c:            if (flock (f,(LOCK_SH|LOCK_NB)) < 0) {
  4. supcmeat.c:            if (flock (f,LOCK_EX) < 0) {
  5. supfilesrv.c:        if (flock (x,(LOCK_SH|LOCK_NB)) < 0) {
  6.